# Uncomment the next line to define a global platform for your project
platform :ios, '15.0'

target 'Video Lite' do
  # Comment the next line if you don't want to use dynamic frameworks
    use_frameworks!
    
    pod 'google-cast-sdk', '4.8.0'
    pod 'ffmpeg-kit-ios-full', '~> 6.0'
    pod 'Google-Mobile-Ads-SDK'
    pod 'GoogleMobileAdsMediationFacebook'
    pod 'GoogleMobileAdsMediationPangle'
    pod 'GoogleMobileAdsMediationVungle'
    pod 'GoogleMobileAdsMediationAppLovin'
    pod 'GoogleMobileAdsMediationMintegral'
#    pod 'AppLovinSDK'
#    pod 'AppLovinMediationGoogleAdapter'
#    pod 'AppLovinMediationVungleAdapter'
#    pod 'AppLovinMediationFacebookAdapter'
#    pod 'AppLovinMediationMintegralAdapter'
#    pod 'AppLovinMediationByteDanceAdapter'
    
end
